type github.com/jackc/pgx/v5/pgtype.encodePlanBoolCodecTextBool

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bool.go#L127: 			return encodePlanBoolCodecTextBool{}
		bool.go#L192: type encodePlanBoolCodecTextBool struct{}
		bool.go#L194: func (encodePlanBoolCodecTextBool) Encode(value any, buf []byte) (newBuf []byte, err error) {